home *** CD-ROM | disk | FTP | other *** search
- Path: csus.edu!NewsWatcher!user
- From: vreeland@sfsu.edu (Robert W. Vreeland Jr.)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Datatypes - Help!
- Date: Thu, 04 Jan 1996 06:15:39 -0800
- Organization: California State University Sacramento
- Message-ID: <vreeland-0401960615390001@192.0.2.1>
- References: <vreeland-0101961417240001@192.0.2.1> <30e9e87f@lls.se>
- NNTP-Posting-Host: vreeland@orion.sfsu.edu
-
- In article <30e9e87f@lls.se>, cmh@lls.se (Magnus Holmgren) wrote:
-
- > In a message of 01 Jan 96, Robert wrote to All:
- >
- > RWV> if (!DataTypesBase)
- > RWV> return(1);
- > RWV> if (!(o=NewDTObject(path,DTA_GroupID,GID_PICTURE,
- > RWV> TAG_END)))
- >
- > Since you aren't remapping to anything, try adding "PDTA_Remap, FALSE," and
- > see if that helps. That's about the only difference I can spot when I
- > compare to my Visage-sources.
- >
- > --
- > Magnus Holmgren - Amiga programmer and enthusiast
-
- Thanks for the help, that turned out to be the problem.
-
- Robert.
-